home *** CD-ROM | disk | FTP | other *** search
/ AJ's Desktop Themes / AJ's Desktop Themes (AJ Russo)(1996).ISO / doors_2 / humor50.exe / HUMOR50.DOC < prev    next >
Text File  |  1994-03-21  |  9KB  |  188 lines

  1.  
  2.                                   HUMOR 50
  3.                               Tim RIley, 1994
  4.                          =========================
  5.  
  6.         SECTIONS:
  7.                I -------------  What in the world have you decompressed?
  8.               II -------------  SHAREWARE stuff.
  9.              III -------------  How to use this and have a blast!
  10.               IV -------------  All the files you should have & what they do.
  11.                V -------------  Technical stuff, databases format.
  12.               VI -------------  Yet another plea to register....
  13.              VII -------------  Final note, and goodbye.  ;(
  14.  
  15. ==============================================================================
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22. SECTION I
  23. ===========
  24.         HUMOR 50 is a file showing program.  It houses 50 humorous text files
  25. from various sources.  The files were almost forgotten in a dark corner of my
  26. hard drive.  Then out a desperate attempt to cheer myself up, I found them...
  27. I scanned over 100's, and think these 50 are the best.  I admit, 30 or so are
  28. better than the rest, but I thought variety would be nice for everyone.
  29.         I know you have seen at least one of these files somewhere.  They are
  30. not new by any means.  Each was written and submitted to the public as FREE-
  31. WARE.  THey may be given out, but not sold.  The SHAREWARE part of HUMOR 50 
  32. is everything but the actual text files.  By the way, the files are stored so
  33. I could access them better...  More on that in a bit.....
  34.         Share these funny files with friends and family (even though some are
  35. not family material.....)  Copy and distribute HUMOR 50 to everyone!
  36.  
  37.  
  38. SECTION II
  39. =============
  40.         HUMOR 50 is a SHAREWARE program....  You are asked to promptly send a
  41. donation if you choose to use HUMOR 50.  Besides, a little contribution will
  42. help me design more things for everyone to enjoy.  I know many do not like to
  43. register their SHAREWARE.  SHAME ON YOU! <GRIN>...  But please consider all
  44. the work programmers put into these types of programs....  Its YOU that helps
  45. them make your favorite games, or utilities.  Without support, you wouldn't
  46. have half the software on your hard drive....
  47.  
  48.                           DIGGERS! BBS
  49.                           Tim RIley
  50.                           P.O. Box 814
  51.                           Prineville, Ore
  52.                                97754-0814
  53.  
  54.         Please specify what program you are registering........   Thank you!
  55.  
  56.  
  57.  
  58. SECTION III
  59. =============
  60.         Using this program is easy...  Just make sure all archived files are
  61. in the default (current) directory.  Then type: HUMOR and BOOM!  your on your
  62. way to the most harlarious time of your life!  After reading the SHAREWARE
  63. notice and pressing a key from the welcome screen, you will see a list of 50
  64. options.  All you have to do is pick one and type in the number.  Like: 45
  65. Press [ENTER] and the data search will start.  Your choice will be displayed
  66. in seconds.  You may hit any key to continue reading, or press ESC to return
  67. to the 50 options [list].  Simple?  Yup...  When you want to EXIT, just press
  68. [ENTER] instead of making an option.  Easier yet....  Turn the power off! <G>
  69.  
  70.  
  71. SECTION IV
  72. =============
  73.         Here is a list and description of all the files......
  74.  
  75.                 HUMOR.EXE   - The actual program HUMOR 50.
  76.                 HUMOR1.NTF  - Text database, files 1-25.
  77.                 HUMOR2.NTF  - Text database, files 25-50.
  78.                 HUMORS.DAT  - The screen displayed with 50 options. (ASCII)
  79.                 HUMOR50.DOC - Your reading it!
  80.                 OPENING.DAT - Really a .COM file renamed.  It is called this
  81.                               so people don't run it instead if HUMOR.EXE.
  82.                               HUMOR renames it when running........
  83.         
  84.         There might be an added BBS plug TXT file........
  85.  
  86.  
  87.  
  88. SECTION V
  89. ===========
  90.         How many of you just skipped to this section?  <GRIN>  Here I will 
  91. tell you more technical mumbo-jumbo....  It might be boring to some, so just
  92. go on to section 6.....
  93.  
  94.         THe humor program uses the 80/20 software NULL format.  Thus the names
  95. .NTF as an extension.  NULL TEXT FILE....  THe databases are strait ASCII text
  96. before every string of information and after is a NULL character.  To identify
  97. individual files I added the ~~BASE## and ~~END## headers and footers.  Where
  98. the '##' is the file number.  So, ~~BASE46 is the start of the humor file
  99. on Electricity.  There are no LFs or CR's....  
  100.  
  101.         To convert these files back to individual DOS ASCII text files, I 
  102. would suggest reading in until a ~~BASE keyword, then opening a file with the
  103. number extension...  Example:  HUMOR.46  Later you could rename it to the 
  104. proper Electric.txt......  Each byte read would form a string on a single line
  105. until a NULL character was read.  Then a LF and CR would be issued.  This 
  106. process would be repeated until the ~~END keyword was hit.  Then the file
  107. would be closed and you have it written to disc.   Cycle until 50 files made.
  108.  
  109. IF YOU REGISTER AND REQUEST A UTILITY TO DO THIS, I WILL SEND YOU ONE!!!!!!!!
  110. OR IF YOU WOULD LIKE THE TEXT FILES SENT TO YOU?
  111.  
  112.         Just a note....  None of the files in HUMOR 50 have been altered in 
  113. anyway from the originals from my hard drive.  IF they were previously, before
  114. I got them, then I am not responsible for any rewrites or changed text.
  115.  
  116.         Back to the files....  OPENING.DAT is really a COM file named O.COM.
  117. all you need to do to 'play' with it is to copy it elsewhere and rename it.
  118. or you could:   COPY C:\HUMOR\OPENING.DAT A:\O.COM.....  Either would work 
  119. okay....  It was made in THEDRAW and save as a COM file there.  (quick'n easy)
  120.  
  121.         The HUMORS.DAT is just a plain TEXT file that is shown containing the 
  122. 50 choices.  I was going to just parse this into memory and be done wit it, 
  123. but that would have taken over 2100 more bytes.  And I know how you people 
  124. hate to have a program that says: "NOT ENOUGH MEMORY" or "OUT OF MEMORY". then
  125. the smart-iliac programmer leaves a note like: "REMOVE ANY TSR OR DEVICE 
  126. DRIVERS AND REBOOT"...   I don't know about you, but in all cases I NEED those
  127. installed.....  <GRIN>...  So I tried to make HUMOR.EXE as small as I could.
  128.  
  129.         I will compress HUMOR.EXE with LZEXE to reduce its storage space.
  130. Even though I should use PKLITE, I have found LZEXE to have better compression
  131. in K.  Wanna know why?  After all, I use LZEXE from 91 and PKLITE is from 93.
  132. It doesn't add up???  LZEXE is made for EXEs, where PKLITE handles both the
  133. EXE and COMs....  So LZEXE doesn't have unnessary routens.....
  134.  
  135.  
  136. SECTION VI
  137. ===========
  138.         Blaa Blaa Blaa....  I am not responsible for any damage Blahhh blahh
  139. or injury (huh?) that may result in use of this Humm dee humm, blahhh laaaaa
  140. program.  Expressed or implied (ever wonder what that means?)...  Well, I mean
  141. is a person saying "I am sorry I didn't cause the damage, Federal Express did 
  142. or, by word of mouth..."   HA HA HA HA HA HA  Yes, I kill myself!  That's 
  143. ALF there.
  144.  
  145.         Once registered, you may use HUMOR50 on a single machine with one (1)
  146. copy for backup purposes only.  For an unlimited time OR UNTIL:
  147.  
  148.                      11:59:59 pm 12-31-1999  <HE HE HE> 
  149.  
  150.         HAR TEE HAR HAR  This is when we all fall pray to the computer dealers
  151. who have designed every stinking machine to totally become handicapped.  Why?
  152. boy you sure ask that a lot...  Well, think about it....  YOUR CLOCK CAN NOT
  153. GO PAST THAT TIME!!!!  Sad fact....  IBM must think GOD will visit and then 
  154. judgment day will prevail RIGHT AT 11:59:59pm ON DECEMBER 31ST 1999!  They are
  155. hoping he will save their butts before the angry mobs start forming around 
  156. them for revenge on their NASTY JOKE!!!!   HA HA HA HA HA HA HA HA HA
  157.  
  158.         Now that I scared you......  Please register HUMOR50.  If it goes as
  159. well as I am hoping, I will write a version II...  Maybe make dozens, all
  160. specialized for a certain topic!  All it takes is a few min. and you feel 
  161. better, then I will send you a registered version.  ANY BUGS OR HELP WOULD 
  162. ALSO BE appreciated from you.....  Thanks again!!! 
  163.  
  164.  
  165. SECTION VII
  166. ============
  167.  
  168.         I have written many other programs....  Most TWARE (FREEWARE).  You 
  169. might remember MODEZ, or CURZ, or SMORE, DEZIP, DEARJ, DELZH, OSIS, GOODUTIL, 
  170. TRPARK, DIGFO, the 'NO' utils, PAUSES, MRCOM......  ETC.......          
  171.  
  172.         OOPS, got a bit carried away there.....  Anyway......  DIGGERS! BBS 
  173. houses all of them, all waiting for the right person to come and investigate
  174. them....  (plug) 1-503-447-6956 BBS line...  14.4K .....
  175.  
  176.         Well, better go and revise last min things......  Hope you enjoy the
  177. HUMOR involved in this DOCument and in the HUMOR50 program!  Future version
  178. could include auto-extraction to preformatted files and direction to your 
  179. printers.....  If I really get creative, I might add another 100 files to the
  180. program and include a scrolling menu......  We will see.
  181.  
  182.                                         - Tim RIley 94 -
  183.  
  184.  
  185. ========================================
  186. HUMOR50 copyright (C) 1994, Tim RIley.
  187.  
  188.